home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Fixation 1.3 / util.h < prev    next >
Text File  |  1996-01-14  |  210b  |  12 lines

  1. // util.h
  2.  
  3. enum {
  4.     kGScratchSize = 16*1024
  5. };
  6.  
  7. extern uchar gScratch[kGScratchSize];
  8.  
  9. void stdmessage(Str255 s);
  10. void tprintf( char * format, ... );
  11. void PrintAddress(unsigned long addr);
  12. void MyInitUtil(void);